All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.ClipView
NSClipView
.
[[NSClipView
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- autoscroll:
Objective-C instance method.
- backgroundColor
Objective-C instance method.
- constrainScrollPoint:
Objective-C instance method.
- copiesOnScroll
Objective-C instance method.
- documentCursor
Objective-C instance method.
- documentRect
Objective-C instance method.
- documentView
Objective-C instance method.
- documentVisibleRect
Objective-C instance method.
- scrollToPoint:
Objective-C instance method.
- setBackgroundColor:
Objective-C instance method.
- setCopiesOnScroll:
Objective-C instance method.
- setDocumentCursor:
Objective-C instance method.
- setDocumentView:
Objective-C instance method.
- viewBoundsChanged:
Objective-C instance method.
- viewFrameChanged:
Objective-C instance method.
protected ClipView(boolean shouldAllocate, int objcObject)
public ClipView()
[[NSClipView
alloc] init]
.
public ClipView(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public ClipView(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public native void setBackgroundColor(Color color)
- setBackgroundColor:
Objective-C instance method.
public native Color backgroundColor()
- backgroundColor
Objective-C instance method.
public native void setDocumentView(View aView)
- setDocumentView:
Objective-C instance method.
public native Object documentView()
- documentView
Objective-C instance method.
public native Rect documentRect()
- documentRect
Objective-C instance method.
public native void setDocumentCursor(Cursor anObj)
- setDocumentCursor:
Objective-C instance method.
public native Cursor documentCursor()
- documentCursor
Objective-C instance method.
public native Rect documentVisibleRect()
- documentVisibleRect
Objective-C instance method.
public native void viewFrameChanged(Notification notification)
- viewFrameChanged:
Objective-C instance method.
public native void viewBoundsChanged(Notification notification)
- viewBoundsChanged:
Objective-C instance method.
public native void setCopiesOnScroll(boolean flag)
- setCopiesOnScroll:
Objective-C instance method.
public native boolean copiesOnScroll()
- copiesOnScroll
Objective-C instance method.
public native boolean autoscroll(Event theEvent)
- autoscroll:
Objective-C instance method.
public native Point constrainScrollPoint(Point newOrigin)
- constrainScrollPoint:
Objective-C instance method.
public native void scrollToPoint(Point newOrigin)
- scrollToPoint:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index